CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 进程 内存

搜索资源列表

  1. PlayComputer

    0下载:
  2. 通过配置文件的配置消耗掉电脑任意比例的CPU和内存,使用了多线程(std::thread)和多进程(CreateProcess())-The program can cost any configured proportion of CPU and(or) memory on a computer. and shows the use of multi-threading (std :: thread) and multi-process (CreateProcess ())
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11680286
    • 提供者:
  1. memory_monitor

    1下载:
  2. 设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。-Design a memory monitor, real-time display of the current system memory usage, including layout, physical memory usage of the system address space able to display real-tim
  3. 所属分类:Windows Kernel

    • 发布日期:2016-04-12
    • 文件大小:3072
    • 提供者:billy hoo
  1. Wininet_Http-yuanma

    0下载:
  2. v2.2基本没什么可修改的了 有些缺陷是要强大的技术来解决的 比如cookie键值针对域存储(目前是用的合并更新) Wininet的超时值有点鸡肋 Wininet的效率无法和Winhttp媲美 但是亮点还是有的 *Cookies可自由灵活管理(添加、修改、删除、赋值) *完全模拟Winhttp调用方式(Open Send 等) *和Winhttp一样完全内存化(所有临时数据不会缓存到本地 也不会影响到本进程其他控件的Cookies) *独创的Au
  3. 所属分类:ELanguage

    • 发布日期:2017-03-28
    • 文件大小:20135
    • 提供者:小爬虫
  1. Interprocess-communication-

    0下载:
  2. 进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:33483
    • 提供者:王飞
  1. RAM-Monitor

    0下载:
  2. 操作系统实验,内存监视器,VC++6.0下通过,显示内存设置信息,显示当前内存使用信息,显示当前系统运行进程信息,通过特定PID可查询特定进程的虚拟内存空间信息。-Experimental operating system, memory monitor,testing under VC++6.0, display memory configuration information, display current memory usage information, the system disp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2530
    • 提供者:luke
  1. Feiq

    0下载:
  2. 在同一个局域网里面可以进交流,但仅限于字符界面,后期有时间再配上QT优化。包函进程间的通信,socket 共享内存等相关函数的灵活运用。详见代码-In the same LAN which can enter the exchange, but only character interface, the late time matched QT optimization. Flexible use of communications, socket shared memory and other
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:15093
    • 提供者:许达烨
  1. shmem

    0下载:
  2. linux下的共享内存编程,属于进程间通信的一种机制, 可作为参考-Shared memory programming under linux, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1162
    • 提供者:deng
  1. sog

    0下载:
  2. 内存多种类搜索,全局模块,数字文本,进程多次扫描过滤-Many kinds of memory search, global module, digital text, multiple scanning and filtering process
  3. 所属分类:ELanguage

    • 发布日期:2017-04-25
    • 文件大小:337166
    • 提供者:小月
  1. HookTermPro

    1下载:
  2. 进程保护器:包括CAPIHOOK封装类,保护内存不被修改。-Process protector
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:115431
    • 提供者:zhangyi
  1. monitor

    0下载:
  2. shell脚本,监控特定进程的内存占用和cpu占用,以及当前系统内存情况。主要支持linux,注释里有别的平台,比如hp等。-shell scr ipt to monitor a specific process memory usage and cpu usage, as well as the current system memory situation. The main support for linux, notes there are other platforms, such a
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:793
    • 提供者:hej748
  1. os_2

    0下载:
  2. 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3999
    • 提供者:孙晓卉
  1. FileMapping

    0下载:
  2. 内存映射文件,是由一个文件到一块内存的映射。Win32提供了允许应用程序把文件映射到一个进程的函数 (CreateFileMapping)-Memory-mapped files, a file is mapped to a block of memory. Win32 allows applications to provide a mapping file to a process function (CreateFileMapping)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7789
    • 提供者:Bak2013
  1. FindRuningQQNum

    0下载:
  2. 纯API实现,通过搜索内存,遍历进程,找到本机上所有已经成功登录的QQ号码-Net API, by searching memory, traversing process, found on this machine all have successfully logged QQ number
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6761433
    • 提供者:潘延庆
  1. cfposix1

    0下载:
  2. 通过创建子进程,使得父子进程之间可以通信,使用了信号量,和共享内存变量。- A little program ,fork four subprocess that Communication with the parent process,used posix shared a database by shared memory method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:chenfan
  1. Delphi_731222

    0下载:
  2. 灵狐Delphi版windows进程管理器,较系统本身的任务管理器功能更强劲,除了进程的显示和管理功能外,CPU和内存性能占用显示当然不可少了。 -Hope Fox Delphi version windows process manager, task manager than the system itself functions more powerful, in addition to display and process management functions, CPU and
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:514330
    • 提供者:RPFGJHE
  1. in_net_process_list

    0下载:
  2. 纯lua实现,可供c/c++/java等任何lua环境调用,支持linux系统下读取全部联网进程详情:PID、端口、cpu占用、内存占用、命令行。-Pure lua implementation, any lua environment called c/c++/java, etc. available to support the reading process under linux systems are all networked Details: PID, ports, cpu occ
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-11
    • 文件大小:1298
    • 提供者:张伟
  1. Delphi_608627

    0下载:
  2. Delphi以进度条方式展现内存使用信息+枚举进程信息。先以列表显示数据结构长度、内存使用百分比:47 ,实际内存总字节数,可用的实际内存字节数,分页文件总字节数,分页文件可用字节数,虚拟内存的总字节数,可用的虚拟内存字节数等,然后以进度条方式显示物理内存使用、页面文件使用、虚拟内存使用等情况,右侧还可枚举系统所有进程信息。-Delphi with a progress bar to show memory usage information+ enumeration process infor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:332609
    • 提供者:I0EM6AT
  1. DNFWG_1

    0下载:
  2. 此驱动可以绕过DNF等网游对NtOpenProcess函数的InlineHook,从而可以获取进程句柄并且修改内存。声明:本作品仅为学习交流之用,若有人将其用于不法用途本人不负任何责任!
  3. 所属分类:Game Program

    • 发布日期:2017-04-30
    • 文件大小:9876
    • 提供者:ofaro
  1. ProcessManagement

    0下载:
  2. 用 vc 实现进程管理,包括进程创建,销毁,获获取pid,cpu占用率,内存占用率,描述等信息-Vc used to achieve process management, including process creation, destruction, was to get pid, cpu usage, memory usage, descr iption and other information.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:43224
    • 提供者:sfd
  1. linghuprocess

    1下载:
  2. 灵狐Delphi版windows进程管理器,较系统本身的任务管理器功能更强劲,除了进程的显示和管理功能外,CPU和内存性能占用显示当然不可少了。除此之外还有启动项管理、注册表优化管理、文件及文件夹管理、进程列表快照查看、重启电脑和关闭系统等功能,在此基础上,你可以制作一个windows系统管理软件了。-Ling fox Delphi version of the windows process management, task management function is the system
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:537309
    • 提供者:lpudn19
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com